home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / sinh.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. SINH(3)                    UNIX Programmer's Manual                    SINH(3)
  3.  
  4. NNAAMMEE
  5.      ssiinnhh - hyperbolic sine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ssiinnhh(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ssiinnhhff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The ssiinnhh() function computes the hyperbolic sine of _x.
  18.  
  19. RREETTUURRNN VVAALLUUEESS
  20.      The ssiinnhh() function returns the hyperbolic sine value unless the  magni-
  21.      tude of _x is too large; in this event, the global variable _e_r_r_n_o is set
  22.      to ERANGE.
  23.  
  24. SSEEEE AALLSSOO
  25.      acos(3),  asin(3),  atan(3),  atan2(3),  cos(3),  cosh(3),  sin(3),
  26.      tan(3),  tanh(3),  math(3)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The ssiinnhh() function conforms to ANSI C3.159-1989 (``ANSI C'').
  30.  
  31. BSD Experimental                April 19, 1991                               1
  32.